*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
    
}

.global{
    margin-right: 40px;
    margin-left: 40px;
}
                /*Begin of the Navbar */
                .offcanvas-header h1
                {
                    margin: 0px 0px auto 30px;
                    font-size: 20px;
                    color: #7da7cf;

                    letter-spacing: 1px;
                }
                
                
                
                .logo img {
                    position:absolute;
                    height: 50px;
                    mix-blend-mode: multiply;
                    cursor: pointer;
                    transition:.5s;
                    margin: 12px;
                    margin-left: 15px;
                }
                
                .main{
                    position: fixed;
                    width: 100%;
                    transition: 0.5s;
                    height: 70px;
                    background-color: rgb(255, 255, 255);
                    z-index: 100;
                    border-radius: 1px 0px 10px 10px;
                    box-shadow: 0px 0px 18px #c35c5c99;

                }


                .navigation  ul {
                    float: right;
                    margin-right:50px;
                }
                .navigation  li {
                    display: inline-block;
                    margin: 0 4px; 
                    line-height: 70px;
                    padding: 0;
                    letter-spacing: 0px;
                }
                .navigation a {
                    color: #6d8991;
                    font-size: 17px;
                    cursor: pointer;
                    border: 1px solid transparent;
                    border-radius: 3px;
                    text-decoration: none;
                    padding: 3px;
                    
                
                }

                .navigation a:hover{
                    color: #00364b;
                    transition: 0.3s;
                    box-shadow: 0px 0px 6px #6d8991
                }

                .toggle{
                    display: none;

                } 
                .hid{
                    visibility: hidden;
                }
                .list{
                    display: flex;
                    position: absolute;
                    flex-direction: column;
                    border-radius: 3px;
                    align-items: center;
                    background: linear-gradient( 
                        349deg
                         , #7599c3, #9fe2ff);
                    text-shadow: 0px 0px 2px rgb(103 103 107);
                }
                    


                
                


                .list a {
                    color: white;
                    position: relative;
                    right: 15px;
                    font-size: 15px;
                    letter-spacing: 1x;
                    font-size: 16px;
                    padding:0;

                }

                .r {
                    line-height: 40px !important;
                    margin-left: 35px;
                    /* position: relative; */
                    /* display: flex; */
                    /* justify-content: center; */
                    /* align-items: center; */
                }



                .list {
                    display:none;

                }
                ul :hover .list
                {
                    display: flex;
                }

            

                @media (min-width: 992px){
                .container, .container-lg, .container-md, .container-sm {
                    max-width: 1100px!important;
                }

                }
               


                @media (max-width:909px) {

                    .navigation  ul {
                        float: right;
                        margin-right:8px;
                        position: relative;
                    }


                    .list{
                        display: flex;
                        position: relative;
                    }

                  
                .main  li  > ul{
                        list-style: none;
                    }
                    .offcanvas-end {
                        width: 225px;
                        margin: 0;
                    }

                    .offcanvas-body {
                        flex-grow: 1;
                        padding: 0rem 0.2rem;
                        overflow-y: auto;
                    }

                 .main  ul {
                        padding-left: 0.2rem;
                    }

                    .navigation{
                        position: fixed;
                        width: 0px;
                        height: 100%;
                        background : rgba(255, 255, 255, 0.986);
                        transition: 0.5s;
                        overflow: hidden;
                        right: 0;
                    }


                    .logo img {
                        height: 40px;
                        cursor: auto;
                        transition: .5s;
                        margin: 16px;
                        margin-left: 25px;
                    } 
                        

                    .navigation ul li {
                        position: relative;
                        width: 100%;
                    }
              

                    ul li a
                    {
                        position: relative;
                        display: block;
                        width: 100%;
                        display: flex;
                        text-decoration: none; 
                        color: #666666;
                        list-style: none;
                    }
                    .title {
                        position: relative;
                        padding: 0px 10px;
                        /* height: 70px; */
                        line-height: 40px;
                        /* white-space: nowrap; */
                        /* display: flex; */
                        justify-content: center;
                        font-size: 17px;
                        color: #666666;
                        font-weight: bold;
                    }
                    .toggle{ 
                        float: right;
                        position: relative;
                        display: inline-flex;
                        margin-right: 10px;
                        margin-top: 13px;
                        font-size: 25px;
                        background: linear-gradient( 
                            349deg
                             , #7599c3, #9fe2ff);
                                border: 0;

                    } 
                    
                    .toggle i{
                        width: 40px;
                        cursor: pointer;
                        display: none;
                        color:  rgb(3 169 244 / 97%);;
                        margin-top: 15px;
                        font-size: 39px;
                    }
                    .title h2 {
                        color: white;
                        margin-top: 20px;
                    }
                    


                .navigation.active{
                    width: 230px;
                    z-index: 3;
                    overflow: auto;

                }

                .main.active{
                    width: calc(100% - 230px);

                }
                .toggle i{
                    display: inline-block;
                    color: #02a0e3;
                
                }

                }
                @media (max-width:420px)   {  


       
                    

                    .navigation ul {
                        float: right;
                        margin-right: 0;
                    }
                    .logo img {
                        height: 30px;
                        cursor: auto;
                        transition: .5s;
                        margin-top: 22px;
                        margin-left: 25px;
                    }


                .navigation.active{
                z-index: 3;
                overflow: auto;
                width: 160px;

                }
                .navigation a {
                    font-size: 14px;
                }

                .main.active{
                width: calc(100% - 160px);

                }

                .toggle i {
                    width:17px; 
                    margin-top: 25px;
                    font-size: 25px;
                }
                }
                @media (max-width:313px) {

            
                    

                
                    .navigation ul {
                        float: right;
                        margin-right: 0px;
                    }
                    .logo img {
                        height: 30px;
                        cursor: auto;
                        transition: .5s;
                        margin-top: 22px;
                        margin-left: 25px;
                    }


                .navigation.active{
                z-index: 3;
                overflow: auto;
                width: 160px;

                }
                .navigation a {
                    font-size: 14px;
                }

                .main.active{
                width: calc(100% - 160px);

                }

                .toggle i {
                    width:17px; 
                    margin-top: 25px;
                    font-size: 25px;
                    
                    
                }


                }

                @media (max-width:312px) {
                    .logo img {
                        display: none;
                    }
                }
/* ==========================================End of Navbar*/

/*=========================================================Begin of slider */
.section_1{
    display: flex;
    position: relative;
    width: 80%;
}
.section_1 dd
{
    font-size: 3.5vmin;
    width: 90%;

}
.section_1 dl{
    margin-top: 100px;
}


.section_1 dt  {
    color: #666666;
}

.section_1 h2{
    font-size: 5vmin;
    line-height: 2;
}

div .section_1_1{
    max-width: 46%;
    min-width: 25%;
    place-self: flex-end;
}
@media (max-width:420px) {
    .global {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.section_2{
    display: flex;
    position: relative;
    max-width: 80%;
    min-width: 40%;
    margin-bottom: 2px;
}
.section_2 dd
{
    font-size: 3.5vmin;
    width: 90%;
    letter-spacing: 0.5px;

}
.section_2 dl{
    margin-top: 2px;
}


.section_2 dt  {
    color: #666666;
}

.section_2 h2{
    font-size: 4.2vmin;
    /* margin-left: 10px; */
    /* margin-bottom: 20px; */
    margin-top: 10px;
    color: #709ab5;
}

div .section_1_1{
    max-width: 46%;
    min-width: 25%;
    place-self: flex-end;
}

@media (max-width:420px) {
    .section_2{
        display: flex;
        flex-wrap: wrap;
    }
}


/* section 2 Vaules */
dl h1{
    text-align: center;
    color: #275d74;
    font-size: 9vmin;
}



.head {
    font-size: 30px;
    color: #7a7ba9 !important;
}

.img5{
    margin-top: 75px;
    width: 80%;

}
.img6{
    margin-top: 10px;
    width: 80%;

}
.sec{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.sec4{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.img10{

    width: 100%;
    margin-top: 90px;

}

@media (max-width:909px) {

    .head {
        font-size: 22px;
        color: #7a7ba9 !important;
    }

    .section_2 
    {
        width: 90%;
    }

    .section_1{

        width: 90%;
    }
    section_2 dd {
        font-size: 3.5vmin;
        width: 95%;
        letter-spacing: 0.5px;
    }
    
.img5{
    margin-top: 75px;
    width: 90%;

}
.img6{
    margin-top: 10px;
    width: 90%;

}
}

/* section 2 Vaules */


                /* begin of footer======================*/

                .bg-light {
                    /* background-color: #03a9f4!important; */
                    color: black!important;

                    background: linear-gradient( 
                        349deg
                        , #7599c3, #9fe2ff);
                }


                .mt-3 {
                margin-top: 1rem !important;
                font-size: 20px;
                flex: 1;
                }


                .mb-4 {
                    font-weight: bold;
                    font-size: 18px;
                    margin-top: 10px;
                    font-weight: 100;
                    margin-bottom: 1.rem!important;
                    padding: 0;
                }
                .p-4 {
                    padding: 0rem!important
                }
                .log{

                    background-color: red;

                }
                .text-uppercase {
                    text-transform:initial!important
                }
                    
                .text-reset {
                    font-size: 18px;
                    text-decoration: none;


                    font-weight: 100;
                }
                .icon ,.icon1 {
                    font-size: 35px;
                    margin: 10px;
                    color: #262774;
                }
                .icon1 {
                    color: rgb(210 35 35);
                }

                @media (max-width:909px) {

                
                    
                }


                .pt-4 {
                    padding-top: 0rem!important;
                }

                .column{
                    position: relative;
                    text-align: center;
                    align-self: center;
                    flex-wrap: wrap;
                    justify-content: center;
                    margin-bottom: 3px;
                    margin-top: 3px;
                    display: flex;
                    align-items: center;
                    
                }
                .parent a , p  , .st{
                    text-decoration: none;
                    color: black;
                }



                /* end of footer======================*/

                /* end of footer======================*/

   .div1{
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    overflow: hidden;

   }
/*
.khaled{  
     margin-top: 80px;
    width: 100%;

}*/
        .madleen
                    {
                        width: 90%;
                        background-color: #d0d0d08c;
                        padding-top: 45px;
                        border-radius: 10px;
                        padding: 18px;
                        font-size: 3.7vmin;
                        position: relative;
                        margin: 2px auto;
                        
                    }

        

        .div1-child
        {
            margin-top: 70px;
        }
            .div1-child-two{
                width: 100%;
               
            }


 .h2{

    width: 100%;
    margin-top: 90px;

}



.sec6{
    display: flex;
    position: relative;
    width: 90%;
    height: auto;
    font-size: 3vmin;
    flex-direction: column;
    margin-left: 25px;
    word-spacing: 1px;
    letter-spacing: 0.2px;
    

}

.sec6-child
{
    margin-top: 90px;
    position: relative;
    align-self: center;
    margin-left: 10px;
}
.sec6-child-1
{
    margin-top: 5px;
    position: relative;
    align-self: center;
    margin-left: 10px;
}
.span{
    color: #029fe3;
    font-size: 4.5vmin;
}

.sec6-child-two
{
    margin-top: 10px;
    justify-content: center;

}
.sec6-child-one
{
    width: 70%;
}


.lading{
    position: relative;
    font-size:3vmin;
    max-width: 80%;
    min-width: 50%;
    transition: 1s;
    word-spacing: 1px;
    letter-spacing: .5px;
    display: flex;
 
}

.zoro   {
    position: relative;
    top: 88px;
    left: 40px;
    width: 80%;
    font-size: 3.2vmin;

}

.sec6-child-two
{
    width: 65%;
    justify-content: center;
    display: flex;
    margin: 2px auto;
}

.sec6-child-2
{
    margin-top: 10px;
    position: relative;
    align-self: center;
    margin-left: 10px;
}

.icon61
{
    margin-left: 40px;
}